home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / manage / snmp / cmu-snmp1.0 / apps / snmpnetstat / main.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-09-19  |  151 b   |  11 lines

  1.  
  2. #ifndef MAXHOSTNAMELEN
  3. #define MAXHOSTNAMELEN    64
  4. #endif
  5.  
  6.  
  7. extern char *community;
  8. extern struct sockaddr_in address;
  9. extern int reqid;
  10. extern int sd;
  11.